Configurates
C1.Web.Mvc.DataLabelBase.Border. Sets a value indicating whether data labels have borders.
Syntax
'Declaration
Public Function Border( _
ByVal As Boolean _
) As TBuilder
public TBuilder Border(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also